home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5246 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.4 KB

  1. Path: news1.h1.usa.pipeline.com!usenet
  2. From: grantp@usa.pipeline.com(Pete)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Calling 32-bit DLLs from 16-bit-Applications
  5. Date: 3 Feb 1996 01:21:21 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4eudah$572@news1.usa.pipeline.com>
  8. References: <31128F40.592@skypoint.com>
  9. NNTP-Posting-Host: 38.8.60.7
  10. X-PipeUser: grantp
  11. X-PipeHub: usa.pipeline.com
  12. X-PipeGCOS: (Pete)
  13. X-Newsreader: Pipeline USA v3.3.0
  14.  
  15. On Feb 02, 1996 16:25:04 in article <Re: Calling 32-bit DLLs from
  16. 16-bit-Applications>, 'Troy Barlow <tbarlow@skypoint.com>' wrote: 
  17.  
  18.  
  19. >Filipe Cust=?iso-8859-1?Q?=F3dio ?= wrote: 
  20. >>  
  21. >> You must use universal Thunks. However, your program will not run under 
  22. >> NT or Win32s. 
  23. >>  
  24. >Not true. In fact Universal Thunk only works under Win32s. Under 
  25. >Win 95 he needs to use the thunk compiler to generate thunk code. Under 
  26. >Win NT no thunking is possible. 
  27.  
  28. From Microsoft Knoledge Base (MSKB), as included in the 
  29. Jan 96 MSDN CD: 
  30.  
  31. PSS ID Number: Q125710 
  32. Article last modified on 10-31-1995  
  33.  
  34. [ ... General info about thunks deleted ....] 
  35.   
  36. Windows NT supports Generic Thunks, which allow 16-bit code to call into 
  37. 32-bit code. Generic Thunks do not allow 32-bit code to call into 16-bit 
  38. code. The generic thunk is implemented by using a set of API functions that
  39.  
  40. are exported by the WOW KERNEL and WOW32.DLL. 
  41.  
  42. -- 
  43. Pete Grant 
  44. Kalevi, Inc. 
  45. Object Oriented Software Development
  46.